OpenBuildings GenerativeComponents Help

Bentley.Geometry.Mesh

The Mesh library, Bentley.Geometry.Mesh.2.0.dll,  contains provides functionality for meshes in GC. Like the Bentley.Geometry.2.0.dll this can be found in the same folder: Bentley\MicroStation\assemblies\ECFramework. Within GC the library has a tab Bentley.Geometry.Mesh within the Script Expression Builder, which can be access via the fx icon on the GC Main Task.

Meshes can be created using the static methods of the MeshFactory Type. The following example shows creating BilinearDiamonds:

	BilinearDiamonds bilinearMesh
	bilinearMesh  = MeshFactory.CreateBilinearDiamonds(xyz00,
xyz10, xyz01, xyz11, numXEdge, numYEdge);